home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / COMPUSER.WI$ / COMPUSER.WIZ
Text File  |  1995-08-11  |  3KB  |  41 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Call an Online Service - CompuServe
  3. IF ISWINDOWUP "pcANYWHERE"
  4.     BlackBoard     "This Assistant will walk you through the process of entering Compuserve as an Online Service Entry."
  5.     Blackboard     "During this session, your mouse cursor will be under computer control."
  6. else
  7.     RUN  "WINAW.EXE" ;Welcome to Norton pcANYWHERE, your complete remote communications solution!
  8. endif
  9. BlackBoard    "Since CompuServe is not a pcANYWHERE Host, it can be found under the Online Service Button."
  10. BlackBoard    "By pressing NEXT, the Assistant will select Call Online Service."
  11. CLICKON       0501   ;This is the Online Service Directory.  Press NEXT to select CompuServe from the list.                 
  12. Listselect 6002 "CompuServe" ;This configuration needs to be updated with your CompuServe phone number and modem type.  Press NEXT to edit this.
  13. Controlsoff "Edit Online Service Entry"
  14. Clickon 6016   ;Press NEXT to continue.
  15. LABEL MPW
  16. IF ISWINDOWUP "Master Password"
  17. Controlsoff "Master Password"
  18.     BlackBoard                      "A master password has been set.  It must be entered now in order to view/modify any program settings."
  19.     AcceptInto      1808            ;Please enter the master password now...Press Next to continue.
  20.     ClickOn         0001            ;Your master password has been entered.
  21.     IF ISWINDOWUP "Error"
  22.         BlackBoard              "I'm Sorry! Your entry was incorrect.  Please try again!"
  23.         ClickOn         0002
  24.         Goto            MPW
  25.     endif 
  26. Controlsoff "Edit Online Service Entry"
  27. endif
  28. Blackboard "This brings up the Edit Online Service Entry window.  Press NEXT to begin entering phone number information."
  29. AcceptInto      4006    ;Please enter your Compuserve phone number now...
  30. uncheckcontrol  4020    ;Click this box if you need to dial a '9' before the phone number or if you would like to disable Call Waiting.
  31. BlackBoard      "If you have other prefix numbers to dial, you will have to configure them first.  An Assistant script is provided to help you do this."
  32. uncheckcontrol  4022    ;Click this box if you have numbers to dial after the phone number, such as a credit calling card number. 
  33. BlackBoard      "An Assistant script is provided to help you in configuring a suffix if necessary.."
  34. Controlsoff "Edit Hardware Configuration"
  35. clickon 4018    ;This default hardware selection is correctly setup for CompuServe.  We will Edit this configuration to update it with your specific modem.
  36. clickon         3222   ;Select your modem from the list provided.  If your modem is not listed, select the one closest to it or choose Hayes Compatible.
  37. clickon         0001   ;The Assistant will now save your selection.
  38. ClickOn         0001   ;You are now ready to place the call. Simply press the Call button after this lesson is complete.  
  39. Blackboard      "Goodbye"
  40. EXIT
  41.